home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / psion / kernel < prev    next >
Text File  |  1995-03-31  |  741b  |  21 lines

  1. PSIONICS FILE - KERNEL
  2. ======================
  3. Kernel memory organisation
  4. Last modified 1994-09-06
  5. ==========================
  6.  
  7. Kernel memory can be examined with the system call GenGetOsData, or in blocks
  8. of assembler with the system call GenDataSegment. Some useful information is
  9. available at known offsets. In addition, a handle is actually the offset, in
  10. kernel memory, of the start of a data structure, which can therefore also be
  11. examined.
  12.  
  13.  
  14. Constant offsets
  15. ----------------
  16.  
  17. Offset 1052 (word): increments every 1/32 second, but is not synchronized
  18.                     to the real time clock (it drifts)
  19. Offset 1056 (word): delay in 1/32 seconds until current time next changes
  20. Offset 1058 (long): current abstime
  21.